home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / kuang / kuangeleven28.lha / Rexx / doubler.amirx < prev    next >
Text File  |  1997-03-06  |  203b  |  9 lines

  1. /* K¹¹ Doubler
  2. *  Double AmIRC events with Kuang Eleven
  3. */
  4. script='script.amirx' /* Put the name of the script here */
  5. options results
  6. parse arg args
  7. 'SAY /RX T:kuang11.amirx' args
  8. 'SAY /RX' script args
  9.